PDF Plugin for Xojo

Font.BoundingBoxBottom Property (console safe)

Gets the bottom coord for the Font bounding box.

BoundingBoxBottom as Single {Read}

Remarks

To get it relative to the page and font size then you calculate it as follows:


Dim ascent as Single

// For font size 12
bottom = font.BoundingBoxBottom * 12 / 10001000.0

See Also

Font Class